home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00141_Script_141 < prev    next >
Text File  |  2001-12-07  |  673b  |  30 lines

  1. --global stringer, stringer2
  2. --property mysprite, counter
  3. --
  4. --on beginsprite me
  5. --  set mysprite to the spritenum of me
  6. --  counter = 1
  7. --end
  8. --
  9. --
  10. --on exitframe me
  11. --  stringer =  isPastCuePoint(sprite 7, 1)
  12. --  stringer2 =  isPastCuePoint(sprite 7, 2)
  13. --  if stringer = 1 AND stringer2 = 0 then
  14. --    
  15. --    if counter < 8 then
  16. --      counter = counter + 1
  17. --    end if
  18. --    
  19. --    if counter = 3 then 
  20. --      set the member of sprite mysprite = ("sound2")
  21. --    else  if counter = 7 then 
  22. --      set the member of sprite mysprite = ("sound1")
  23. --    else  if counter = 8 then
  24. --      counter = 1
  25. --    end if
  26. --    
  27. --  end if
  28. --
  29. --end
  30.